home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / TELNET < prev    next >
Text File  |  1991-09-18  |  3KB  |  61 lines

  1. ======                                              NOSview [137]
  2. telnet
  3. ======
  4.  
  5. _________________________________________________________________
  6. telnet <host> [<port_number>]             Default port_number: 23
  7. _________________________________________________________________
  8. The 'telnet' command allows you to initiate a connection using
  9. the Telnet protocol.  The end result is much the same as doing an
  10. AX.25 connect in most cases, but you'll be taking advantage of
  11. the attributes of the TCP/IP protocols.
  12.  
  13. The command creates a Telnet session to the specified host.  With
  14. the default port number (23), a connection is made to the Telnet
  15. server at the remote host.
  16.  
  17. If the remote host is running a NOS Telnet server (i.e. the host
  18. has issued the command 'start telnet'), you will be connected to
  19. the BBS on that host.  See the 'bbs' command.
  20.  
  21. Once the connection is made, you can then type back and forth
  22. just as if you were connected with a normal TNC.  When you're
  23. done, use the <F10> key to escape back to command mode, and then
  24. type 'close' to close the connection.
  25.  
  26. If a remote host requests a Telnet session, a message similar to
  27. the following will be displayed on your screen:
  28.  
  29.     Incoming Telnet session 2 from ns9ken:1026
  30.  
  31. If you are in command mode, enter CR at a "net>" prompt and you
  32. will enter converse mode for the Telnet session.
  33.  
  34. If you are in converse mode, use the <F10> key to escape back to
  35. command mode, use the 'session' command to list the active
  36. sessions, and then use the 'session <session_number>' command to
  37. enter converse mode on the desired Telnet session.
  38.  
  39. The Telnet session can be recorded to a file (using the 'record'
  40. command), or an ASCII file can be uploaded instead of entering
  41. the information at the keyboard (using the 'upload' command).
  42.  
  43. >> Examples:  telnet ns9ken
  44.               telnet ns9liz 87         (same as 'ttylink ns9liz')
  45.               telnet ns9ken 25         (talk to SMTP)
  46.  
  47. The following is a list of so-called "well-known" port numbers:
  48.  
  49.     0  reserved     23  TELNET          79  FINGER
  50.   1-4  unassigned   25  SMTP            87  TTYLINK
  51.     5  RJE          37  TIME            95  SUPDUP
  52.     7  ECHO         39  RLP            101  HOSTNAME
  53.     9  DISCARD      42  NAMESERVER     102  ISO-TSAP
  54.    11  USERS        43  NICNAME        109  POP-2
  55.    13  DAYTIME      53  DOMAIN         113  AUTH
  56.    15  NETSTAT      67  BOOTPS         117  UUCP-PATH
  57.    17  QUOTE        68  BOOTPC         119  NNTP
  58.    19  CHARGEN      69  TFTP           513  RLOGIN
  59.    20  FTP-data     75  private dialout
  60.    21  FTP-control  77  private rje
  61.